home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Me-Mz
/
Memory Tools.cpt
/
Memory Tools
/
card_8721.txt
< prev
next >
Wrap
Text File
|
1989-01-07
|
1KB
|
55 lines
-- card: 8721 from stack: in
-- bmap block id: 6075
-- flags: 4000
-- background id: 8605
-- name: main
----- HyperTalk script -----
on opencard
if the freesize of this stack > 10000 then
put "Compacting Stack - Please Wait..."
doMenu "Compact Stack"
hide msg
end if
end opencard
-- part 1 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=476 top=315 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=432 top=318 right=340 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go next card
end mouseUp